DELETE
/v1/reseller_stores/{id}Delete a reseller store
Soft-deletes a reseller store.
Soft-deletes a reseller store. The store is marked with a deletedAt timestamp but not permanently removed. Returns 204 No Content.
Path parameters
id string REQUIRED
Responses
204
Store deleted
404
Request
curl -X DELETE https://api.example.com/v1/reseller_stores/:id \
-H "Authorization: Bearer sk_test_..."Response
204 204 No Content
Store deleted
// No content