cURL
curl --request DELETE \ --url http://localhost:3000/api/claims \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ] } '
{ "success": true, "message": "<string>", "data": { "deletedCount": 123 } }
Requires claims:manage permission.
claims:manage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Claims deleted
true
Show child attributes