• Features
  • Pricing
Get Started

OverviewList ItemsCreate ItemGet ItemUpdate ItemTrash ItemRestore ItemDelete Permanently

Items

DELETE /v1/items/{itemId}/permanent

Permanently delete an item.

DELETE /v1/items/{itemId}/permanent permanently deletes an item.

Authentication

Send an organization API key in x-api-key or Authorization: Bearer <key>.

Path Parameters

NameTypeDescription
itemIdstring (uuid)UUID of the item to delete permanently.

Example

curl -X DELETE "https://api.blueputto.com/v1/items/ITEM_ID/permanent" \
  -H "x-api-key: YOUR_API_KEY"

Success Response

200 OK

{
  "data": {}
}

Error Responses

  • 400 Bad Request
  • 401 Unauthorized
  • 404 Not Found
  • 429 Too Many Requests

POST /v1/items/{itemId}/restore

Restore a previously trashed item.

Documents

Reference for listing, creating, updating, duplicating, trashing, restoring, and permanently deleting documents.

On this page

AuthenticationPath ParametersExampleSuccess ResponseError Responses