Skip to main content
DELETE
/
invite_link
/
{invite_link_id}
curl --request DELETE \
 --url https://api.rootfi.dev/invite_link/{invite_link_id} \
 --header 'api_key: <api-key>'

{
  "request_timestamp": "2023-11-07T05:31:56Z",
  "response_timestamp": "2023-11-07T05:31:56Z",
  "request_id": "<string>",
  "data": {
    "status": "<string>"
  }
}
Note: You can only delete those invite links which is not connected to any company.
curl --request DELETE \
 --url https://api.rootfi.dev/invite_link/{invite_link_id} \
 --header 'api_key: <api-key>'

Authorizations

api_key
string
header
required

Path Parameters

The ID of the invite link to delete.

Response

200 - application/json

Response object for the delete invite link endpoint.

request_timestamp
string<date-time>
required

The time at which the request was received by the server

response_timestamp
string<date-time>
required

The time at which the response was sent by the server

request_id
string
required

The unique ID of the request

data
SuccessResponseData · object
required

The response data of the delete invite link endpoint