JeriCommerce Public API
API Status
API Status
  1. API Integration
  • API Integration
    • Create/Update resources
      POST
    • Delete resources
      DELETE
  • Customers
    • Get customer details by email
      GET
    • Get a customer token
      GET
    • Redeem a reward
      POST
    • Assign a coupon
      POST
    • Increase balance
      POST
    • Decrease balance
      POST
API Status
API Status
  1. API Integration

Delete resources

Entorno producci贸n
https://api.jericommerce.com
Entorno producci贸n
https://api.jericommerce.com
DELETE
/v1/programs/{programId}/integrations/api
Last modified:2026-02-09 11:26:22

Request

Authorization
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Path Params

Query Params

Responses

馃煝200Success
This response does not have a body.
Request Request Example
Shell
JavaScript
Swift
PHP
curl --location -g --request DELETE 'https://api.jericommerce.com/v1/programs//integrations/api?email' \
--header 'api-key: <api-key>'
Modified at聽2026-02-09 11:26:22
Previous
Create/Update resources
Next
Get customer details by email
Built with