Skip to main content

Delete Elemental

Delete an elemental by its ID.

DELETE/v1/user/elemental/{id}

Properties

NameTypeRequiredDescription
idstringID of the elemental

Example

/v1/user/elemental/your-elemental-id

CURL Example

curl -X DELETE "https://api-integrations.snackprompt.com/v1/user/elemental/{id}" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"
warning

This action is irreversible.

info

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