cURL
curl --request POST \ --url http://localhost:3000/v2/BulkDeleteTokens \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "unlockuuid": "<string>", "tokens": [ "<string>" ], "request_metadata": {} } '
{ "status": "ok", "deleted": 123 }
Deletes multiple tokens using the bulk unlock mechanism
API token for authentication
UUID from bulk list unlock
Array of token UUIDs to delete
Additional metadata for the request
Tokens deleted successfully
"ok"
Number of tokens successfully deleted