Delete project

Delete a project from your account.


DELETE/api/projects/{project}

Delete a project

This endpoint allows you to delete a specific project by its ID.

Request

DELETE
/api/projects/{project}
curl -X DELETE "https://ploi.io/api/projects/{project}" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"

Response

{
  "message": "Project has been deleted."
}