Delete Project
Accessible by
- Soulbound administrators
- Organizations
Request
DELETE {uri:project} HTTP/1.1
Version: 1
Content-Type: "application/vnd.gg.soulbound.project+json"
Authorization: Bearer <api-key>
| Name | Type | Description |
|---|---|---|
| api-key | string | The client's API key |
| uri:project | string | The URL of the project |
On success
If the project was deleted, or did not exist:
HTTP/1.1 204 No Content
Permission denied
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Bearer realm="https://api.soulbound.gg/"