Delete Product Custom Field
Was this helpful?
Was this helpful?
Was this helpful?
DELETE /api/v1/product-custom-fields/{id}/ HTTP/1.1
Host: your-api-host.example
Authorization: Bearer <token>
Content-Type: application/jsonCode: 200 OK{
"message": "Ain't no cake like that."
}{
"name": "Delete a single product custom field, if requesting manager has access permissions to it.",
"method": "DELETE",
"url": "/api/v1/product-custom-fields/{id}/",
"results": {
"200": "Code: 200 OK",
"404": {
"message": "Ain't no cake like that."
}
},
"hasTryItOut": false
}