POST

Delete Collection


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes a data collection.

Endpoint
POST
{DEPLOYMENT-URI}/v3/collections/delete
Body Params
collectionIdstringRequired

ID of the collection to delete.

Response Object
Returns an empty object.
Delete a collection
Request
cURL
Response
JSON
Did this help?