Endpoint Examples
Remove Resource
This endpoint allows you to add data to a collection using an HTTP POST request.
Request Body
-
collection_id
(text): The ID of the collection the resource belongs too -
resource_id
(text): The unique ID of the resource to delete.
Response
Upon successful addition, the response will include:
success
(boolean): Indicates whether the operation was successful.
DELETE
Authorizations
Body
multipart/form-data
Example:
"{{collection_id}}"
Example:
"{{resource_id}}"
Response
202
application/json
Accepted
The response is of type object
.