Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request DELETE \ --url 'https://api.nsr.stateset.com/api/v1/entities/batch' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ "string" ] }'
{ "deleted": 1, "not_found": 1 }
Batch delete entities. Required scope: admin
admin
BatchDeleteEntitiesRequest
BatchDeleteResponse
200
400
401
403
429