Delete a destination configuration
This page exemplifies the API request and payload that you can use to delete an existing destination configuration, using the /authoring/destinations
API endpoint.
Getting started with destination configuration API operations get-started
Before continuing, please review the getting started guide for important information that you need to know in order to successfully make calls to the API, including how to obtain the required destination authoring permission and required headers.
Delete a destination configuration delete
You can delete an existing destination server configuration by making a DELETE
request to the /authoring/destinations
endpoint with the {INSTANCE_ID}
of the destination configuration that you want to delete.
platform.adobe.io/data/core/activation/authoring/destinations
To obtain an existing destination configuration and its corresponding {INSTANCE_ID}
, see the article about retrieving a destination configuration.
API format
DELETE /authoring/destinations/{INSTANCE_ID}
{INSTANCE_ID}
ID
of the destination configuration you want to delete.code language-shell |
---|
|
accordion |
---|
Response |
A successful response returns HTTP status 200 along with an empty HTTP response. API error handling error-handlingDestination SDK API endpoints follow the general Experience Platform API error message principles. Refer to API status codes and request header errors in the Platform troubleshooting guide. Next stepsAfter reading this document, you now know how to delete an existing destination configuration through the Destination SDK To learn more about what you can do with this endpoint, see the following articles: |