cURL
curl --request POST \ --url https://api.example.com/v1/images/bulk-delete \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "deleted": 123, "not_found": 123, "deleted_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] }
Documentation IndexFetch the complete documentation index at: https://docs.n8negri.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.n8negri.xyz/llms.txt
Use this file to discover all available pages before exploring further.
1 - 500
Successful Response