DELETE
/
v1
/
projects
/
:namespace
curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
204 No Content
You must be authenticated to access this route
You can not use an API token to access this route
You must be the owner of the project to delete it.

If you have an active Stripe subscription it will automatically be cancelled.

curl --location --request DELETE 'https://api.lawg.dev/v1/projects/:namespace' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'
204 No Content