Privage Open API
    Privage Open API
    Open API
    • Open API
    • Welcome to Privage Open API Documents
    • Get Access Token
      POST
    • Add Point
      POST
    • Get Profile
      GET
    • Burn Point
      POST
    • Void Transaction By Id
      DELETE
    • Void Transaction By RefId
      DELETE
    • Get Campaign
      GET
    • Get Transaction
      GET

      Void Transaction By RefId

      สำหรับผู้ใช้ทั่วไป (Privage Open API)
      https://core.privageapp.com
      สำหรับผู้ใช้ทั่วไป (Privage Open API)
      https://core.privageapp.com
      DELETE
      /api/v1/connect/void/points_by_ref/{ref_id}

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Path Params

      Responses

      🟢200OK
      application/json
      Body

      🟠401Unauthorized
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request DELETE 'https://core.privageapp.com/api/v1/connect/void/points_by_ref/' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      200 - Example 1
      {}
      Modified at 2025-11-06 07:27:39
      Previous
      Void Transaction By Id
      Next
      Get Campaign
      Built with