cURL
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.
The ID of the invite link to delete
The response is of type object.
object