v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Actors

Delete a Payment Method

Deletes a specific payment method associated with a given actor, identified by ActorID and paymentMethodID.

delete/v1/actors/{ActorID}/paymentMethods/{paymentMethodID}

Path parameters

ActorIDinteger required

The unique identifier of the actor whose payment method is being deleted.

paymentMethodIDinteger required

The unique identifier of the payment method to be deleted.

Response

The payment method was deleted successfully.

Okboolean

Indicates whether the API operation was successful (true) or not (false).

Messagestring nullable

A user-friendly message describing the result of the operation, if applicable.

SystemMessagestring nullable

A system-level message providing additional details about the operation's result, often used for debugging or logging.

codestring nullable

An optional code representing the result of the operation, which can be used for more granular handling of responses.