Skip to main content
DELETE
/
projects
/
{id}
Delete project by ID
curl --request DELETE \
  --url https://api.workser.ai/projects/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

Project ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Project deleted successfully