Skip to main content
DELETE
/
v3
/
stores
/
{store_id}
/
public-api-keys
/
{id}
Revoke a storefront public API key
curl --request DELETE \
  --url https://api.scalev.com/v3/stores/{store_id}/public-api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

store_id
integer
required

Legacy numeric business store ID.

id
string
required

Response

Success with no response body