DELETE /api/v2/storefront/buyer-instructions/{id}
Deletes a buyer-instructions row by id. Use this to retire a scope or to change
the immutable (operatorDomain, brandDomain) tuple — delete the row, then
create a
new one with the scope you want.
Request
curl
Parameters
Response
Returns204 No Content with an empty body on success.
Errors
404 NOT_FOUND— no row with thatidon your storefront.401 UNAUTHORIZED— missing or invalid bearer token.
Related
Buyer instruction tasks
All buyer-instructions operations.
Create buyer instructions
Recreate a row with a new scope.