# Delete an affiliated person Delete records of an affiliated person object from our system Endpoint: DELETE /affiliated-persons/{affiliated_person_id} Security: Your API key ## Path parameters: - `affiliated_person_id` (string, required) A unique identifier of an affiliated person object, that is assigned by our system after an affiliated person object was created with a “Create an affiliated person” request Example: "74cec9e50f844748be0bc321a2bf66638f54" ## Response 200 fields (application/json): - `affiliated_person_id` (string) A unique identifier of an affiliated person object, that is assigned by our system after an affiliated person object was created with a “Create an affiliated person” request ## Response 404 fields (application/json): - `type` (string) Example: "validation" - `errors` (array) - `errors.parameter` (string) Example: "affiliated_person_id" - `errors.message` (string) Example: "Authorised person was not found" ## Response 422 fields (application/json): - `type` (string) Example: "validation" - `errors` (array) - `errors.parameter` (string) Example: "affiliated_person_id\"" - `errors.message` (string) Example: "Affiliated Person ID is not valid" ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)