Package Refund
/activations/activated-items/{uid}/refund:
post:
summary: Refund an activated Item by its UID
description: Refund an activated Item with the UID passed as a parameter in the path
operationId: refundActivatedItem
parameters:
- in: path
name: uid
schema:
type: string
description: UID of the activated item, generated by the system
required: true
responses:
200:
description: ok
Last updated
Was this helpful?