Remove Repo Details

Remove Repo Details

Api to remove the repo details

Request
URI
DELETE
https://{api_host}/tca/caas/api/v1/orgs/{orgId}/repodetails/{id}
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant

string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

deletes repo detail

Operation doesn't return any data structure

400
Returns BadRequest of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


500
Returns InternalServerError of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors