Internal Parties Party
Remove association between internal party and party
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A sample request to remove an association or link between an internal party and existing party.
partyId will be the internal Id of the record
Example:
"612d205f3535d7000890492f"
internalPartyId will be the internal Id of the record
Example:
"612d205f3535d7000890492g"
Response
200
application/json
OK
Fabric internal id of the record.
partyId will be the internal Id of the record
Example:
"612d205f3535d7000890492h"
internalPartyId will be the internal Id of the record
Example:
"612d205f3535d7000890492h"
flag that indicates if the record is deleted
Example:
false
date of creation of the record
Example:
"2021-08-30T23:20:42.822Z"
laste date of update of the record
Example:
"2021-08-30T23:20:42.822Z"
Was this page helpful?