Workshopy API
v1.0
  • v2.0
  • v1.0
  1. Registrace
Workshopy API
v1.0
  • v2.0
  • v1.0
  • Quick Start
  • Errors
  • Workshopy
    • Seznam workshopů
      GET
    • Detail workshopu
      GET
    • Odstranění workshopu
      DELETE
    • Vytvoření workshopu
      POST
    • Aktualizace workshopu
      PUT
  • Registrace
    • Seznam registrací
      GET
    • Odstranění registrace
      DELETE
  1. Registrace

Odstranění registrace

DELETE
https://mock.apidog.com/m1/885544-0-default/registrations/{id}
OperationId:delete-registration
Odstranění registrace dle ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://mock.apidog.com/m1/885544-0-default/registrations/'
Response Response Example
400 - Example
{
    "type": "https://workshopy.apidog.io/errors#validationproblemdetails",
    "title": "Validation Failed",
    "status": 400,
    "detail": "See errors for more information.",
    "errors": [
        {
            "property": "paidDate",
            "message": "Field is required"
        },
        {
            "property": "firstname",
            "message": "Field is required"
        }
    ]
}

Request

Path Params

Responses

🟢204No Content
text/plain
Body

🟠400Validation Failed
🟠404Not Found
🟠410Gone
🟠406Not Acceptable
🔴500Internal Server Error
Modified at 2025-05-08 09:47:07
Previous
Seznam registrací
Built with