Skip to main content
DELETE
Delete a Virtual Account Application
Sandbox only. This endpoint is available exclusively in the sandbox environment to support testing. It is not possible to delete a virtual account application in production.
Use this in the sandbox to reset a user’s onboarding so it can be re-tested. After the application is deleted, the user can submit a new one and go through onboarding again.

Authorizations

X-Meridian-Signature
string
header
required

Meridian HMAC header authentication.

Required headers:

  • X-Meridian-Api-Key
  • X-Meridian-Timestamp
  • X-Meridian-Signature

X-Meridian-Signature is the HMAC SHA-256 signature of the canonical request string, computed per request as HMAC-SHA256(apiKey + timestamp + method + path + body). See Authentication for how to construct it.

Headers

X-Meridian-Api-Key
string
required

API key issued by Meridian during provisioning.

X-Meridian-Timestamp
string
required

Current time in milliseconds since the Unix epoch. Must be within 10 seconds of the request.

Path Parameters

userId
string
required

ID of the user the application belongs to

virtualAccountApplicationId
string
required

ID of the virtual account application (onboarding) to delete

Response

Virtual account application deleted successfully