x-api-key: ********************Authorization: Bearer ********************curl --location --request DELETE 'https://upload.tf/api/v1/pages/mysite' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"deleted": true,
"id": "string"
}
}