Skip to main content
DELETE
/
v1
/
payment-means
/
{id}
Delete a payment means
curl --request DELETE \
  --url https://api.wellapp.ai/v1/payment-means/{id} \
  --header 'Authorization: <authorization>'
{
  "errors": [
    {
      "status": "<string>",
      "code": "<string>",
      "title": "<string>",
      "detail": "<string>"
    }
  ]
}

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string<uuid>
required

The unique identifier of the payment means to delete

Response

Payment means deleted successfully