Endpoint Examples
Delete Collection
This endpoint is used to delete a collection.
Request Body
collection_id
(text) - The ID of the collection to be deleted.
Response
-
message
- A message indicating the result of the deletion. -
success
- Indicates whether the deletion was successful.
DELETE
Authorizations
Body
multipart/form-data
Example:
"{{collection_id}}"
Response
200
application/json
OK
The response is of type object
.