Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 936 Bytes

deleteSentInvitation.md

File metadata and controls

42 lines (25 loc) · 936 Bytes

pv share deleteSentInvitation

Command Reference > share > deleteSentInvitation

Description

Delete Invitation in a share.

Syntax

pv share deleteSentInvitation --sentShareName=<val> --invitationName=<val>

Required Arguments

--sentShareName (string)

The name of the sent share.

--invitationName (string)

Name of the invitation.

Optional Arguments

None

API Mapping

Share Data Plane > Sent Share Invitations > Delete

DELETE https://{accountName}.purview.azure.com/share/sentShares/{sentShareName}/sentShareInvitations/{sentShareInvitationName}

Examples

Delete a sent invitation for a sent share.

pv share deleteSentInvitation --sentShareName "NewShare" --invitationName "7543515465d5676285972198ef4cdc1dd3a0f711"