Skip to main content
DELETE
Delete an associated party

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user.

Pattern: ^user_[A-Za-z0-9]+$
associatedPartyId
string
required

Public ID of the associated party (prefixed with ap_)

Response

Associated party deleted.

message
string