Skip to main content
DELETE
/
v1
/
intents
/
{intentId}
Release an intent
curl --request DELETE \
  --url https://sync.ablo.app/v1/intents/{intentId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "released": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.abloatai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (sk_live_…) or Biscuit capability token. The same header carries both — the server discriminates by token shape.

Path Parameters

intentId
string
required

Response

200 - application/json

Released

object
enum<string>
Available options:
intent
id
string
released
boolean