Skip to main content
DELETE
/
api
/
v1
/
coupons
/
{id}
Deletar cupom
curl --request DELETE \
  --url https://upay-sistema-api.onrender.com/api/v1/coupons/{id} \
  --header 'API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

API-Key
string
header
required

Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>

Path Parameters

id
string<uuid>
required

Response

Cupom deletado com sucesso

message
string