Remove the security code for the token.
cURL
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" }
The ID of the token to delete the security code for.
Success response (No Content)