Values.DeleteRelationshipRequestSourceDeletes a partner relationship.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the relationship.
*)identifier : RelationshipIdentifier.t;The unique identifier of the relationship to delete.
*)programManagementAccountIdentifier : ProgramManagementAccountIdentifier.t;The identifier of the program management account associated with the relationship.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request.
*)}val make :
?clientToken:??? ->
catalog:Catalog.t ->
identifier:RelationshipIdentifier.t ->
programManagementAccountIdentifier:ProgramManagementAccountIdentifier.t ->
unit ->
t