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

Delete a Gift Certificate: /gift_certificates/{uuid}

DELETE
https://dev-api.exsited.com/api/v3/gift_certificates/{uuid}
Try It Out
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
gc_uuidStringUnique identifier of the gift certificate to delete.
Query Parameters

No query parameters required for this endpoint.

Request Body

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.