Deletes a seller agreement mapping.
id
ID of seller agreement mapping to delete
Returns SellerAgreementDelete .
mutation ($id: ID!) { sellerAgreementDelete(id: $id) { agreementErrors { field message code } agreementSellers { id acknowledgedOn effectiveAt } } }
3
{ "id": "aWQ6MTU=" }
{ "sellerAgreementDelete": { "agreementErrors": [ { "field": "string", "message": "string", "code": "GRAPHQL_ERROR" } ], "agreementSellers": { "id": "aWQ6NjA=", "acknowledgedOn": "2022-03-06T08:23:45.000Z", "effectiveAt": "2022-03-06T08:23:45.000Z" } } }