Delete card design

Here, you will learn how to delete a card design in Tuum.

Use case

In this example, we will demonstrate how to delete a card design code using the following data.

Use case data
API parameters with values

Delete the card design code BLK.

...card-designs/BLK

Sample API call

To delete a card design code, use the following endpoint:

https://card-api.sandbox.tuumplatform.com/api/v1/card-designs/{cardDesignCode}

Learn more about the delete card design endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

No request body.

Sample response

Below you will find the response to the API request:

Response
{
    "errors": null,
    "validationErrors": null,
    "data": null
}

Result

The card design code BLK has been deleted.

Last updated

Was this helpful?