Skip to main content
DELETE
/
v1
/
briefings
/
{id}
Delete Briefing
curl --request DELETE \
  --url https://api.linqalpha.com/v1/briefings/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "error": {},
  "payload": {
    "message": "<string>"
  }
}
Permanently delete an existing briefing schedule and its associated template. This action is irreversible. All future deliveries will be cancelled. Past delivery history will no longer be accessible via the deliveries endpoint. To temporarily pause a briefing without deleting it, use Update Briefing with is_active: false instead.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Briefing deleted

error
object
payload
object