Delete a Elemental
Delete elementals
Authorizations
x-api-keystringRequired
API Key authentication. Get your key at snackprompt.com/api-keys.
Example: x-api-key: sk-your-api-key-here
Body
elemental_idsstring[]Required
Array of elemental IDs to delete
Responses
204
Elementals deleted successfully
403
You don't have access to edit/delete this elemental
delete
/v1/user/elementalsNo content
Authorizations
x-api-keystringRequired
API Key authentication. Get your key at snackprompt.com/api-keys.
Example: x-api-key: sk-your-api-key-here
Path parameters
elemental_idstringRequired
Responses
204
Elemental deleted successfully
403
You don't have access to edit/delete this elemental
404
Elemental not found
application/json
delete
/v1/user/elemental/{elemental_id}No content
Last updated
Was this helpful?