Skip to main content
DELETE
/
api
/
pci
/
tokens
/
{id}
/
security-code
Delete security code
curl --request DELETE \
  --url https://{cluster_id}.on-hellgate.cloud/api/pci/tokens/{id}/security-code \
  --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 token to delete the security code for.

Response

Success response (No Content)