Skip to main content
DELETE
/
payment-sheet
/
event
/
{paymentSheetEventId}
Exclui um evento de folha de pagamento
curl --request DELETE \
  --url https://api.example.com/payment-sheet/event/{paymentSheetEventId}
{
  "status": true,
  "mensagem": "OK"
}

Path Parameters

paymentSheetEventId
string
required

ID do evento de folha de pagamento

Response

Evento de folha de pagamento excluído com sucesso

status
boolean
required

Status da operação

Example:

true

mensagem
string

Mensagem de retorno

Example:

"OK"