Skip to main content
POST
Stop invoice reminders

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Response

Acknowledgement that payment reminders were disabled (sendReminders=false).

Envelope wrapping a simple invoice action acknowledgement.

data
object
required

Simple acknowledgement payload returned by mutation endpoints that only confirm an action. The use-case success flag is stripped, leaving a human-readable message.