Skip to content
Linq

Delete an invitation template

DELETE/v1/invitation_templates/{invt}

Deletes a template. Invitations already sent from it are unaffected; what went out is recorded on each invitation. No precondition: deletion is terminal, and a delete-vs-edit race resolves visibly either way.

Path ParametersExpand Collapse
invt: string
ReturnsExpand Collapse
ok: true

Delete an invitation template

curl https://messages.api.linqapp.com/v1/invitation_templates/$INVT \
    -X DELETE \
    -H "Authorization: Bearer $LINQ_AMB_API_KEY"
{
  "ok": true
}
Returns Examples
{
  "ok": true
}