cURL
curl --request DELETE \ --url https://api.surefeedback.com/api/v1/projects/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "message": "Project deleted successfully" }
Permanently delete a project and all its sites and comments.
Was this page helpful?