Delete Website
DELETE /api/websites/:websitePublicId
Delete Website
DELETE /api/websites/:websitePublicId
Irrevocably removes a website and its monitoring history.
Example (cURL)
BASE_URL="https://uptimeify.io"
TOKEN="<your-api-token>"
curl -X DELETE "$BASE_URL/api/websites/9a3d4d4d-7a4b-4f37-a9df-2a6f6d9d7a10" \
-H "Authorization: Bearer $TOKEN" \
-H "Accept: application/json"
Response
{ "success": true }
Common errors
400 Website public ID (UUID) requiredwhen:websitePublicIdis invalid401 Unauthorizedwhen you are not logged in500 Failed to delete websiteon server errors