Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/users//unset_partner?inheritor_id' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"errors": [
{
"message": "string",
"type": "string",
"timestamp": "string"
}
]
}