Delete a Project
- Name
- post
- Type
- /v1/projects/:uuid
- Description
- Send a - DELETErequest to delete project.
 
Request
Example
curl -X DELETE "https://api.simplystack.com/v1/projects/7dc8b292-7b4a-4e99-a0ba-73b62055ab81" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0" \
 Response
Response to method DELETE to /v1/projects/:uuid will not return any results, only the message (204 No Content) which indicates that the deletion was successful.