Delete Repository
Deprecated
Endpoint is deprecated, please use DELETE /repos/{org_slug}/{repo_slug} instead
Request
DELETE
https://api.sourcecraft.tech/{org_slug}/{repo_slug}
Path parameters
|
Name |
Description |
|
org_slug |
Type: string Example: `` |
|
repo_slug |
Type: string Example: `` |
Query parameters
|
Name |
Description |
|
silent |
Type: boolean Flag for deleting without any notifications. NOT IMPLEMENTED YET. |
Responses
204 No Content
A successful response.
Body
application/json
{}
|
Name |
Description |
default
Both Client Errors (4xx) and Server Errors (5xx) are serialized into this scheme
Body
application/json
{
"error_code": "example",
"message": "example",
"request_id": "example",
"details": {}
}
|
Name |
Description |
||
|
details |
Type: Optional details. Exact structure depends on error_code
Example
|
||
|
error_code |
Type: string Example: |
||
|
message |
Type: string Example: |
||
|
request_id |
Type: string Example: |
No longer supported, please use an alternative and newer version.
Была ли статья полезна?
Предыдущая
Следующая