API Reference
Reference for the API
Remove a collection from your app.
cURL
curl --request DELETE \ --url https://api.example.com/apps/{app_id}/collections/{collection_id}
"<unknown>"
The ID of the app
The ID of the collection
Returns null if the deletion was successful.
The response is of type unknown.
unknown
Was this page helpful?