curl --request DELETE \
--url https://api.rootfi.dev/v3/core/invite_links/{invite_link_id} \
--header 'api_key: <api-key>'{
"status": "success"
}Delete a single invite link from the database.
curl --request DELETE \
--url https://api.rootfi.dev/v3/core/invite_links/{invite_link_id} \
--header 'api_key: <api-key>'{
"status": "success"
}Note: You can only delete those invite links which is not connected to any company.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.