AppDirect/service-integration-sdk

create an handler to remove a domain from a specific account

davidchau opened this issue · 0 comments

It should be possible to remove a domain to an account.

We should have the following endpoint:

  • DELETE /api/v1/domainassociation/customers/{customerIdentifier}/domains/{domainName}

No payload is expected as a response. AppMarket will use the HTTP code to determine if the operation was successful or not. The expected HTTP code for a success is 200.