This endpoint allows you to delete a specific brand asset (image) from your workspace using its unique ID.
https://api.orshot.com/v1/brand-assets/images/delete/:idawait fetch("https://api.orshot.com/v1/brand-assets/images/delete/01234567-89ab-cdef-0123-456789abcdef", {
method: "DELETE",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer <ORSHOT_API_KEY>",
},
});| Parameter | Type | Required | Description |
|---|---|---|---|
id | String | Yes | The unique identifier of the brand asset to delete |
{
"error": "Asset not found"
}{
"error": "Asset ID is required"
}{
"error": "Access Forbidden"
}