Skip to main content
DELETE
/
api
/
integrations
/
my-credentials
/
{credential_id}
Delete My Credential
curl --request DELETE \
  --url https://api.example.com/api/integrations/my-credentials/{credential_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

credential_id
string
required

Cookies

antidote_session
string | null

Response

Successful Response

The response is of type Response Delete My Credential Api Integrations My Credentials Credential Id Delete · object.