Skip to main content
DELETE
/
v1
/
projects
/
{project_id}
Delete a project
curl --request DELETE \
  --url https://roughy-api-staging.fly.dev/v1/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "not_found",
    "message": "Project not found."
  }
}

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Path Parameters

project_id
string<uuid>
required

Identifier of the project.

Response

Project deleted.