Delete an invite link from the database based on the 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.
The ID of the invite link to delete.
Response object for the delete invite link endpoint.