Skip to main content
DELETE
/
api
/
core
/
credentials
/
{credential_id}
Delete credential
curl --request DELETE \
  --url https://api.example.com/api/core/credentials/{credential_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

credential_id
string
required

Response

Successful Response

message
string
required