DELETE
/
sources
/
admin
/
{id}
Delete Royalty Source (Admin)
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/sources/admin/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "RoyaltySource deleted successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Royalty source ID

Example:

"src-1"

Response

200
application/json

Royalty source deleted successfully

The response is of type object.