CloudStore
Delete
Delete a stored key for the authenticated user.
POST
/api/cloudstore/delete.php
Requires
Authorization: AppID:AppKey + user tokenRequest body
| Field | Type | Required | Description |
|---|---|---|---|
| token | string | required | User session token |
| cloudkey | string | required | Key to delete |
Test this endpoint
Headers
Body
Success response 200
{ "success": true, "message": "Cloud data deleted successfully." }