DELETE
/
v1
/
resource
/
remove
curl --request DELETE \
  --url https://api.wetrocloud.com/v1/resource/remove/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'collection_id={{collection_id}}' \
  --form 'resource_id={{resource_id}}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
collection_id
string
Example:

"{{collection_id}}"

resource_id
string
Example:

"{{resource_id}}"

Response

202
application/json
Accepted

The response is of type object.