POST collections/destroy
post-collections-destroy

POST collections/destroy

Permanently delete a Collection owned by the currently authenticated user.

Resource URL

https://api.twitter.com/1.1/collections/destroy.json

Resource Information

Response formats JSON
Requires authentication? Yes (user context only)
Rate limited? Yes

Parameters

Name Required Description Default Value Example
id required The identifier of the Collection to destroy. custom-388061495298244609

Example Request

POST https://api.twitter.com/1.1/collections/destroy.json?id=custom-390882285743898624

Example Response

{
  "destroyed": true
}