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

Description

Delete Payment Description: The /payment/{id} endpoint deletes a specific payment. Method: DELETE Authorization:
  • Required role: admin or higher
Path Parameter:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Payment ID

Response

Success

message
string