Skip to main content

Delete Many

Delete many elementals by their IDs.

DELETE/v1/user/elementals

Properties

NameTypeRequiredDescription
elemental_idsarrayIDs of the elementals to delete

Example

{
"elemental_ids": [
"your-elemental-id",
"your-elemental-id-2"
]
}

CURL Example

curl -X DELETE "https://api-integrations.snackprompt.com/v1/user/elementals" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"elemental_ids":["your-elemental-id","your-elemental-id-2"]}'
warning

This action is irreversible.

info

This route will return a 200 status code if the elemental is successfully deleted.