Bulk-delete resource strings

Include a payload with resource identifiers to all resource strings you
wish to delete. Resource identifiers are objects with only the type and
id fields.

Available only for file-less resources.

All deleted resource strings need to belong to the same resource.
Bulk deletes do not support partial success, ie either all
resource strings will be deleted, or none will.

Consult the error response to figure out which resource strings
you need to fix or omit and try again. Don't forget to use the
application/vnd.api+json;profile="bulk" Content-Type instead
of the more common application/vnd.api+json.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
data
array of objects
required
length between 1 and 150
data*

Resource String data container.

string
required
^o:[a-zA-Z0-9._-]+:p:[a-zA-Z0-9_-]+:r:[a-zA-Z0-9_-]+:s:[0-9a-f]{32}

Resource String identifier.

string
enum
required
Allowed:
Responses
204

No content

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json