Drive > Invitations

Delete invitation

Delete an invitation by its invitation id

delete/2/drive/{drive_id}/users/invitation/{invitation_id}

Path parameters

drive_idinteger required

Drive identifier

invitation_idinteger required

Invitation identifier

Query parameters

send_emailboolean

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.