You can pass a field in the request body to attach additional information to resources You can also use the PATCH and/or PUT endpoints for each resource to update, add to, or remove metadata. Any existing metadata will be present on all API and webhook responses throughout Deliver.Metadata can be useful in many ways. For example, you could store a customer’s username in metadata when creating that user as a Person. Deliver does not use metadata — it does not impact the status of any resource and adding, updating, or removing metadata will not result in a webhook event.Metadata must be valid JSON. It can contain up to:
5 key-value pairs
Key names up to 20 characters long
Values up to 50 characters long
Do not store any sensitive or personally identifiable information (PII) in metadata — such as bank account numbers).
You can use the API to delete persons, businesses, accounts, and cards.Once deleted, the resource will transition to a closed status, at which point Orum will maintain the record and you will be able to access the resource’s history.
Deleted resources will still appear in GET responses
Deleted resources cannot be re-opened
Reference IDs from deleted resources cannot be reused for new resources