Core API
Revoke Provisioning Token
Revokes a provisioning token to prevent further use
DELETE
Revokes a provisioning token, preventing it from being used to provision new devices. Devices already provisioned with this token are not affected.
Path Parameters
The UUID of the token to revoke
Response
The ID of the revoked token
ISO 8601 timestamp when the token was revoked
Errors
| Status | Code | Description |
|---|---|---|
| 400 | VALIDATION_ERROR | Invalid token ID format |
| 400 | VALIDATION_ERROR | Token already revoked |
| 404 | NOT_FOUND | Token not found |