Deletes a key-value cache item

DELETE /apps/{app-slug}/cache-items/{cache-item-id}

Deletes a key-value cache item. Deleted cache items are no longer accessible and cannot be restored.

Path parameters

Responses

  • OK

  • Bad Request

    Hide response attribute Show response attribute object
  • Unauthorized

    Hide response attribute Show response attribute object
  • Not Found

    Hide response attribute Show response attribute object
  • Internal Server Error

    Hide response attribute Show response attribute object
DELETE /apps/{app-slug}/cache-items/{cache-item-id}
curl \
 --request DELETE 'https://api.bitrise.io/v0.1/apps/{app-slug}/cache-items/{cache-item-id}' \
 --header "Authorization: $API_KEY"
Response examples (400)
{
  "message": "string"
}
Response examples (401)
{
  "message": "string"
}
Response examples (404)
{
  "message": "string"
}
Response examples (500)
{
  "message": "string"
}