OpenAPI 3.0.22026-08-13115250435.7 KB
e7f5f98d7fdb
manage
Cancel a pending invite for an organization
post/manage/api/organization/cancel_invite
Query parameters
organization_idstring required
Base64 encoded organization ID the invite belongs to
Request body
Example request
{
"invite_id": "invite_id"
}Response
Result of cancelling the invite
Example response
{
"success": true,
"message": "message"
}