Undo Pay Id Creation
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.
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"
]
]
}