Delete an attribute set
delete/attribute_set/{id}/
Authorizations
AuthorizationstringRequired
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
Path parameters
idintegerRequired
The unique identifier of the attribute set.
Responses
204
The attribute set was deleted. No content is returned.
No content
401
Authentication credentials were not provided or are invalid.
application/json
403
The authenticated user does not have administrator privileges.
application/json
404
The requested attribute set does not exist.
application/json
delete/attribute_set/{id}/
DELETE /api/remote/1/attribute_set/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?

