DELETE api/v2.0/Friends/CancelFriendRequest?contactKey={contactKey}

Cancels a Friend Request. Using the current contact and the contactKey of the person the request was sent to

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactKey

The contact that is being sent the request.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

True if successful, False otherwise.

None.