Skip to main content
DELETE
/
providers
/
{id}
Elimina un proveedor
curl --request DELETE \
  --url http://localhost:3000/api/v1/providers/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

Eliminado