Endpoint for clearing brands cache
Endpoint for clearing brands cache
Responses
- 200
- 400
- 401
- 403
- 500
OK
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Forbidden
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
statusCode int32
apiRequestId string
{
"errors": [
{
"errorName": "string",
"errorMessage": "string",
"errorCode": 0
}
],
"warnings": [
{
"warningCode": "string",
"warningTitle": "string",
"warningMessage": "string"
}
],
"statusCode": 0,
"apiRequestId": "string"
}
DELETE /v1/brands/caches
Authorization
name: basicAuthtype: httpin: headerscheme: basic
Request
Request
curl / cURL
curl -L -X DELETE '/opcodes/v1/brands/caches'
python / requests
curl -L -X DELETE '/opcodes/v1/brands/caches'
go / native
curl -L -X DELETE '/opcodes/v1/brands/caches'
nodejs / axios
curl -L -X DELETE '/opcodes/v1/brands/caches'
ruby / Net::HTTP
curl -L -X DELETE '/opcodes/v1/brands/caches'
csharp / RestSharp
curl -L -X DELETE '/opcodes/v1/brands/caches'
php / cURL
curl -L -X DELETE '/opcodes/v1/brands/caches'
java / OkHttp
curl -L -X DELETE '/opcodes/v1/brands/caches'
powershell / RestMethod
curl -L -X DELETE '/opcodes/v1/brands/caches'