Request Body
No request body is required. The repository to delete is determined from the authentication token.JWT Requirements
- The JWT must include the repository in the
repoclaim - Requires the
repo:writescope
Response
Error Responses
| Status | Description |
|---|---|
401 Unauthorized | No authorization header provided |
403 Forbidden | Missing repo:write scope |
404 Not Found | Repository doesn’t exist |
409 Conflict | Repository was already deleted |
400 Bad Request | Repository claim missing from auth context |
500 Internal Server Error | Database or event publishing errors |