Reset Password
Check your e-mail for further instructions.
Reset
Name
collection_delete
Auth
yes
Description
Delete a given collection owned by the current user.
System collections could not be deleted. In this case error 2065 (Collection not found.) will be raised.
URL
https://api.pcloud.com/collection_delete
Required
Parameter | Description |
collectionid | int the id of the collection. |
Example
{ "result": 0 }
Code | Description |
1000 | Log in required. |
1057 | Please provide 'collectionid'. |
2000 | Log in failed. |
2065 | Collection not found. |
4000 | Too many login tries from this IP address. |
5000 | Internal error. Try again later. |