Undo Pay Id Creation

DELETE /admin/pay-id

Undo Pay Id Creation

Undoes a pay ID that was generated by the system. This will unlock the pay ID so it can be handed out again.

application/json

Body Required

DELETE /admin/pay-id
curl \
 -X DELETE http://api.example.com/admin/pay-id \
 -H "Content-Type: application/json" \
 -d '{"":[["string"]]}'
Request example
{
  "": [
    [
      "string"
    ]
  ]
}
Request examples
{
  "": [
    [
      "string"
    ]
  ]
}