- Start your Apidog journey
- Sample APIs
- Users
- Ecommerce
- Profile
- Features Group
- Features
- Order
- Order web
- Appointment
- Quotation
- Plan
- Addresses
- Watch list Web
- Dashboard Carts
- Capabilities
- Product
- Production Line
- Attribute
- Recipes
- Group
- Review
- Branch
- Create Branch
- Update Branch By Id
- Get Branch By Id
- Get Branch All
- Get Branchs with pagination
- Delete Branch By Id
- Bulk Delete Branches
- Get Web Branch By Coordinates
- Get All Web Branch With Pagination
- Get All Web Branch
- Import Branch Zones
- Get Import Branch Zones Example
- Get Branch Zones File
- Import Branch Products
- Get Import Branch Products Example
- Get Branch Products File
- Link To Branches
- Addons
- Get Web Product By Id
- Get Web Product By Criteria
- Create Product
- Get Product By Id
- Get Product By Criteria
- Link Product By Id to Branches
- Update Product By Id
- Link Product By Id to Production Line
- Delete Product By Id
- Delete Duplicated Products
- Category
- Unit
- Contact
- Payment
- Setup
- Config
- Settings
- Cart
- Ticket
- Coupon
- Checkout
- Survey
- Truncate Collection ListDELETE
- Fix Product AttributesPUT
- Files
- Cache
- subscriptionsGET
- Untitled EndpointPOST
delete cache
Developing
POST
/tahkeemv4/api/v4/cache/delete
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/tahkeemv4/api/v4/cache/delete' \
--header 'priority: u=1, i' \
--header 'x-client: ct6pkgc5drjs739ucs1g' \
--header 'x-access-token;'
Response Response Example
OK
Request
Authorization
API Key
Add parameter in header
x-access-token
Example:
x-access-token: ********************
or
Header Params
priority
stringÂ
required
Example:
u=1, i
x-access-token
stringÂ
required
Example:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2ODEyMTk2NzkwNzQ1MTMzMTgzOTMxYzEiLCJhY2Nlc3MiOiJhdXRoIiwiaWF0IjoxNzUwMTQxOTk4LCJleHAiOjE3NTAyMjgzOTh9.xP-KGvT8iq41QDT_jVNISdshlVfNEtXeNtvueC0mhk8
x-client
stringÂ
required
Example:
ct6pkgc5drjs739ucs1g
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2025-06-17 07:07:15