cURL
curl --request DELETE \ --url https://api.bridge.xyz/v0/associated_persons/{associatedPersonID} \ --header 'Api-Key: <api-key>'
200
SuccessfulAssociatedPersonResponse
{ "id": "associated_person_1234567890", "email": "associated_person@business.co", "first_name": "John", "last_name": "Smith", "has_ownership": true, "has_control": true, "is_signer": true, "title": "Chief Executive Officer", "relationship_established_at": "2025-05-27T17:55:33.308Z", "created_at": "2025-05-27T17:55:33.308Z", "updated_at": "2025-05-27T17:55:33.308Z"}
Delete an associated person by ID
Unique identifier for an associated person
1 - 42
Successfully deleted associated person
The response is of type object.
object
Was this page helpful?