Skip to main content
DELETE
/
api
/
v1
/
sellAndPays
/
{sell_and_pay_id}
Delete Sell and Pay transaction
curl --request DELETE \
  --url https://skala-sandbox.ripio.com/api/v1/sellAndPays/{sell_and_pay_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

sell_and_pay_id
string<uuid>
required

Unique identifier of the Sell and Pay transaction to delete

Response

Sell and Pay transaction successfully deleted