DELETE
/
core
/
invite_links
/
{invite_link_id}
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.

Authorizations

api_key
string
header
required

Path Parameters

The ID of the invite link to delete

Response

200
application/json
status
string
required

The status of the api.

Example:

"success"