Python
from datagrid_ai import Datagrid client = Datagrid( api_key="My API Key", ) client.organization.teamspaces.invites.delete( invite_id="invite_id", teamspace_id="teamspace_id", )
Delete a pending invite for a user in a teamspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the teamspace
The ID of the invite
Invite deleted successfully