Skip to main content
DELETE
Delete a registration
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

DELETE /work/registrations/ Description: Deletes a WorkRegistration, tenant-scoped through its linked work. No status/queued-state restriction on delete. Authorization:
  • Required role: admin or higher
Method: DELETE

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Registration deleted

success
boolean
Example:

true

message
string
Example:

"Registration deleted successfully"