Delete a Person associated with an Account.
Learn more about calling API v2 endpoints.Parameters
- account_
idstringRequired The Account the Person is associated with.
- idstringRequired
The ID of the Person to delete.
Returns
Response attributes
- idstring
Person deleted.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- deletedboolean
Always true for a deleted object.
Error Codes
400account_ not_ yet_ compatible_ with_ v2
Account is not yet compatible with V2 APIs.
400accounts_ v2_ access_ blocked
Accounts v2 is not enabled for your platform.
400v1_ account_ instead_ of_ v2_ account
V1 Account ID cannot be used in V2 Account APIs.
400v1_ customer_ instead_ of_ v2_ account
V1 Customer ID cannot be used in V2 Account APIs.
404not_ found
The resource wasn’t found.
Response
{ "id": "person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY", "object": "v2.core.account_person", "deleted": true}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc