DELETE
/
products
/
{id}
curl --request DELETE \
  --url https://api.mpesaflow.com/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Example:

"Bearer SECRET"

Path Parameters

id
string
required
Example:

"prod_12345"

Response

204

Product removed