Skip to main content
DELETE
/
projects
/
{projectId}
Delete a project
curl --request DELETE \
  --url https://api.lettermint.co/v1/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Team API token. Find this in your team settings.

Path Parameters

projectId
string
required

Response

200 - application/json
message
string
required
Allowed value: "Project deleted successfully."