Skip to main content
DELETE
Delete royalty file and associated BigQuery table
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This operation cannot be undone. User accounting records are preserved. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The UUID of the royalty file to delete

Response

File deleted successfully

status
string
Example:

"success"

message
string
Example:

"Royalty file deleted successfully"

data
object