delete https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id//users/invitations/invitation-code/
Deletes an Invitation, as specified by the Invitation code that was sent to the pending User.
Response
Deletes an Invitation, as specified by the Invitation code that was sent to the pending User.
xxxxxxxxxx
curl --request DELETE \
--url https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id/tenantId/users/invitations/invitation-code/invitationCode \
--header 'accept: application/json'
xxxxxxxxxx
20{
"sidedrawer": "string",
"sidedrawerRole": "string",
"contributor": {
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"brandCode": "string"
},
"relation": {
"personal": "spouse",
"profession": "estate_lawyer",
"professionOther": "string",
"personalOther": "string"
},
"invitationCode": "string",
"from": "string",
"sdName": "string"
}