cURL
curl --request DELETE \ --url https://web.subly.app/api/v1/projects/{id} \ --header 'x-api-key: <api-key>'
{ "error": "<string>" }
Permanently deletes a project by its unique ID. This action cannot be undone.
Your private API key for authentication. This key identifies your workspace for all requests.
The unique identifier for the project.
Project deleted successfully.
Was this page helpful?