Skip to main content
DELETE
/
v1
/
projects
/
:projectId
Delete a project
curl --request DELETE \
  --url https://api.alpic.ai/v1/projects/:projectId \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "<string>"
}
'
{
  "success": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Body

application/json
projectId
string
required

The ID of the project

Response

The project has been deleted successfully

success
any
required