Skip to main content
DELETE
/
credentials
/
{id}
Delete credentials
curl --request DELETE \
  --url https://sandbox.hellgate.io/credentials/{id} \
  --header 'X-API-Key: <api-key>'
{
  "code": 401,
  "message": "No valid means of authentication was provided",
  "classifier": "UNAUTHORIZED"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the credential

Response

Success response (No Content)