Delete Repository (By Repository ID)
Request
DELETE
https://api.sourcecraft.tech/repos/id:{repo_id}
Path parameters
|
Name |
Description |
|
repo_id |
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.
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": null
}
|
Name |
Description |
|
details |
Type: unknown Example: |
|
error_code |
Type: string Example: |
|
message |
Type: string Example: |
|
request_id |
Type: string Example: |