Delete a credential configuration
platform.adobe.io/data/core/activation/authoring/credentials
This page exemplifies the API request and payload that you can use to delete a credential configuration using the /authoring/credentials
API endpoint.
When to use the /credentials
API endpoint when-to-use
/credentials
API endpoint. Instead, you can configure the authentication information for your destination via the customerAuthenticationConfigurations
parameters of the /destinations
endpoint.Use this API endpoint to create a credential configuration only if there is a global authentication system between Adobe and your destination platform, and the Platform customer does not need to provide any authentication credentials to connect to your destination. In this case, you must create a credential configuration using the /credentials
API endpoint.
When using a global authentication system, you must set "authenticationRule":"PLATFORM_AUTHENTICATION"
in the destination delivery configuration, when creating a new destination configuration.
Getting started with credentials 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 credential configuration delete
You can delete an existing credential configuration by making a DELETE
request to the /authoring/credentials
endpoint with the {INSTANCE_ID}
of the credential configuration that you want to delete.
To obtain an existing destination configuration and its corresponding {INSTANCE_ID}
, see the article about retrieving a credential configuration.
API format
DELETE /authoring/credentials/{INSTANCE_ID}
{INSTANCE_ID}
ID
of the credential configuration you want to delete.The following request deletes a credential configuration defined by the {INSTANCE_ID}
parameter.
code language-shell |
---|
|
API error handling error-handling
Destination 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 steps next-steps
After reading this document, you now know how to delete a credential configuration using the /authoring/credentials
API endpoint. Read how to use Destination SDK to configure your destination to understand where this step fits into the process of configuring your destination.