Delete a collection and its associated data.
cURL
curl --request DELETE \ --url https://sandbox.oumla.com/api/v1/tokenization/collections/{id} \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "success": true }
API key for authentication
SDK version header
Collection ID
delete Collection By Id
Was this page helpful?