Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Available options:
Project deleted successfully. curl --request DELETE \
--url https://api.lettermint.co/v1/projects/{projectId} \
--header 'Authorization: Bearer <token>'{
"message": "Project deleted successfully."
}curl --request DELETE \
--url https://api.lettermint.co/v1/projects/{projectId} \
--header 'Authorization: Bearer <token>'{
"message": "Project deleted successfully."
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project deleted successfully.