Delete an element
This endpoint delete an existing element and all the answers / documents linked to it. It returns an object with the elementId.
This action can't be cancelled. Use it at your own risk.
Path parameters
-
Specify the ID of the element to delete.
Responses
-
200 application/json
-
Bad Request -- Your request is invalid.
-
Unauthorized -- Your API key is wrong.
-
Forbidden -- The object requested is hidden for administrators only.
-
Not Found -- The specified object could not be found.
-
Too Many Requests -- You're requesting too many objects! Slow down!
-
Internal Server Error -- We had a problem with our server. Try again later.
-
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
DELETE /elements/{elementId}
curl \
-X DELETE https://api.usecollect.com/v1/elements/{elementId}
Response examples (200)
{
"id": "XigRzPs4N5vwX3Rks",
"deleted": true
}