Skip to main content
DELETE
/
api
/
v1
/
tokenization
/
collections
/
{id}
Delete Collection
curl --request DELETE \
  --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your API key from the dashboard.

Headers

x-sdk-version
string
default:1.0.0

SDK version header

Path Parameters

id
string
required

Collection ID

Response

Collection deleted successfully

The response is of type object.