Invitations
Delete workspace invitation
Invalidate a pending workspace invitation. Requires the workspace members invite permission
DELETE
Delete workspace invitation
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
application/json
The email of the customer.
Example:
"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.