Delete enrollment token
Revokes and deletes the enrollment token.
Path parameters
-
token
string Required The token or token identifier to revoke.
DELETE
/platform/configuration/security/enrollment-tokens/{token}
curl \
--request DELETE 'https://{{hostname}}/api/v1/platform/configuration/security/enrollment-tokens/{token}' \
--user "username:password"