DELETE
/
v1
/
collection
/
delete
curl --request DELETE \
  --url https://api.wetrocloud.com/v1/collection/delete/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'collection_id={{collection_id}}'
{
  "message": "Collection deleted successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
collection_id
string
Example:

"{{collection_id}}"

Response

200
application/json
OK

The response is of type object.