Skip to main content
DELETE
/
core
/
invite-links
/
{id}
Delete Invite Link
curl --request DELETE \
  --url https://api.integrations.commenda.io/v4/core/invite-links/{id} \
  --header 'api_key: <api-key>'
{
  "error": {
    "status_code": 123,
    "message": "<string>",
    "request_id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "platform_error": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

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

Delete an invite link by numeric id.
Uses numeric id from list/create responses, not inviteLinkId.

Path Parameters

ParameterTypeDescription
idintegerInvite link ID.

Response

Returns 204 No Content with an empty body.

Authorizations

api_key
string
header
required

Path Parameters

id
integer
required

Invite link ID from list/create responses. Not inviteLinkId.

Response

Invite link deleted.