Delete enrollment token
Revokes and deletes the enrollment token.
Path parameters
-
The token or token identifier to revoke.
DELETE /platform/configuration/security/enrollment-tokens/{token}
curl \
-X DELETE https://{{hostname}}/api/v1/platform/configuration/security/enrollment-tokens/{token}
Response examples (200)
{}
Response examples (404)
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}