Delete Existing Invitation
Invalidates an existing email invitation. The invitation will still show up in the inbox it has been delivered to, but activating it to join the workspace won’t work. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Body
The email of the customer.
"john.doe@testmail.com"
Response
Successful Response
The status of the workspace invite deletion request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.