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": "Project deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
Project deleted successfully.