Delete caches
DELETE
/repositories/{workspace}/{repo_slug}/pipelines-config/caches
Delete repository cache versions by name.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” workspace
required
string
The account.
repo_slug
required
string
The repository.
Query Parameters
Section titled “ Query Parameters ” name
required
string
The cache name.
Responses
Section titled “ Responses ”The caches were deleted.
The workspace, repository or cache name was not found.
Media type application/json
Error
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
type
required
string
error
object
message
required
string
detail
string
data
Optional structured data that is endpoint-specific.
object
key
additional properties
any
key
additional properties
any
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}