Delete Receiver

Utils API for Sandbox testing

Sandbox Delete Receiver

This API is used in the Sandbox environment to manually delete a receiver for testing purposes. This allows you to clean up test data and reuse the same email or reference for creating new receivers.

POST /api/test-helpers/delete-receiver

Prerequisites

Before using this API, ensure that:

  • Receivers with existing receiver accounts cannot be deleted.

  • The receiver belongs to your authenticated subaccount or merchant.

Headers

Name
Value

x-api-key

<token>

signature

<token>

Body

Name
Type
Description

receiver_id*

string

Receiver ID to delete.

* is mandatory parameter

Example body request

{
    "receiver_id": "8d6b0a9a-cd88-4bdc-a6d2-986ab94545cf"
}

Response

Last updated