Skip to main content
Delete project
curl --request DELETE \
  --url https://api.openlayer.com/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Path Parameters

projectId
string<uuid>
required

The project id.

Response

Response OK.