Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
containers
/
{containerId}
/
soft-delete
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/containers/{containerId}/soft-delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
containerId
string
required

Body

application/json
path
string
required
Minimum string length: 1

Response

200 - application/json

Soft-delete successful

ok
boolean
required