Skip to main content

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>
NameTypeDescription
api-keystringThe client's API key
uri:projectstringThe 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/"