API Reference
Reference for the REST API
Permanently delete an invitation record.
cURL
curl --request DELETE \ --url https://api.xata.tech/organizations/{organizationID}/invitations/{invitationID} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "id": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for a specific organization
Unique identifier for an invitation
Invitation deleted successfully
Was this page helpful?