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

{
  "data": {
    "status": "success"
  },
  "request_timestamp": "2021-01-01T00:00:00Z",
  "response_timestamp": "2021-01-01T00:00:00Z",
  "request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}

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
required

The time at which the request was received by the server

response_timestamp
string
required

The time at which the response was sent by the server

request_id
string
required

The unique ID of the request

data
object
required

The response data of the delete invite link endpoint