Delete Custom Field
Intent
Removes the custom field.
When to call it
Call this only after your application has identified the custom field that should be removed.
Access boundary
Authorize the request with a token that carries custom_fields:write.
Successful result
A successful request returns 204 without a response document.
DELETE
Delete Custom Field
Previous
Read Order### Intent
Reads the order without changing it.
### When to call it
Call this after your application has received or stored the identifier for the order.
### Access boundary
Authorize the request with a token that carries `orders:read`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Custom Field