» Gift Certificate DELETE API Documentation
» Gift Certificate DELETE API Documentation

Endpoint: DELETE /api/v3/gift_certificates/{uuid}

Purpose

This endpoint deletes a specific gift certificate identified by its UUID, permanently removing it from the system. Once deleted, the gift certificate and its associated data are no longer accessible.

Use Case

Use this endpoint to delete a gift certificate that is no longer required, such as an expired or invalid certificate. This helps maintain a clean and accurate database of active certificates.

Path Parameters

ParameterTypeDescription
uuidStringUnique identifier of the gift certificate to delete.

Request

No data is required for the request body.

Response

The response confirms the successful deletion of the specified gift certificate by returning a 204 No Content status. This indicates the operation was completed without errors, and no further content is available.