Fields
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idstringOpcional
typestring · enumOpcionalValores possíveis:
Respostas
200
OK
Sem conteúdo
404
Portal was not found
500
An internal server error was thrown
delete/portals/sellers/orders/fields
DELETE /api/b2b/portals/sellers/orders/fields HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"id": "text",
"type": "DELIVERY"
}Sem conteúdo