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

Description

DELETE /publisher-writer/agreements/ Description: Hard delete of a single PublisherWriterAgreement row, run inside a DB transaction. This does not cascade to anything else — it removes only the agreement itself (territories live inline on the agreement’s territories array, so they are removed with it). Irreversible. 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

Agreement deleted