Skip to main content
DELETE
Delete a product

Overview

Smart delete: a single DELETE call handles both cases automatically. Check data.action in the response to know what was done. Archived products can be restored with POST /products/{id}/activate.

Path Parameters

Example

Success Response (200) — Permanently Deleted

Success Response (200) — Archived (Has Active Cards)

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Product ID (prefix prd_)

Response

Product deleted or archived

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object