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.
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
}