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": {}
}Requires the store:update scope. Uses the authenticated business store ID.
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": {}
}