Management APIs
cURL
curl --request DELETE \ --url https://api.basic.tech/team/{team_id}/invite/{invite_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a team invitation
Documentation IndexFetch the complete documentation index at: https://docs.basic.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.basic.tech/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization Token header using the Bearer scheme
The ID of the team
The ID of the invite to delete
Invite deleted successfully