Delete Payment Credential

The Delete Payment Credential endpoint enables you to delete a specific payment credential.

You can delete a payment credential by making a DELETE request to the Delete Payment Credential endpoint, where paymentCredentialId is the unique identifier for the payment credential. For example:

{{base-url}}/ads/api/v1/paymentCredentials/{paymentCredentialId}

If successful, a 204 response is returned and the payment credential is deleted.

📘

More Information