DELETE /v1/reseller_stores/{rst_id}/source_stores/{id}

Delete a source store

Soft-deletes a source store.

Soft-deletes a source store. The store is marked with a deletedAt timestamp but not permanently removed. Returns 204 No Content.

Path parameters

id string REQUIRED
rst_id object REQUIRED

Responses

204

Source store deleted

404

Request

curl -X DELETE https://api.example.com/v1/reseller_stores/:id/source_stores/:id \
  -H "Authorization: Bearer sk_test_..."

Response

204 204 No Content

Source store deleted

// No content