v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Customer Metafields

Delete specific metafield

To delete information of metafield attached to specific customer by metafield ID

delete/customers/{customer_id}/metafields/{metafield_id}

Path parameters

customer_idstring required

Customer ID

metafield_idstring required

Metafield ID

Response

OK

resultstring

Example response

{
  "result": "success"
}