788 B
788 B
/project/delete
- DELETE
Deletes a project.
HTTP Headers
Header | Content |
---|---|
Authorization | Bearer {token} |
Urlencoded Parameters
You have to set one parameter. Setting none or two parameters will result in a 400 Bad Request Response.
Parameter | Description |
---|---|
name | The projects name. |
id | The projects id. |
Responses
200 - Success
Successfully deleted the project.
400 - Error: Bad Request
The request was malformed.
401 - Error: Unauthorized
The provided access token doesn't allow you to perform this operation.
403 - Error: Forbidden
Blocked for security reasons.
404 - Error: Not Found
The project wasn't found.