cURL
curl --request DELETE \ --url https://api.scrip.dev/v1/groups/{id}/state/attributes/{key} \ --header 'X-API-Key: <api-key>'
{ "code": "bad_request", "details": { "expected": "present", "field": "amount", "message": "This field is required", "reason": "required", "received": "<string>" }, "message": "Invalid request parameters" }
Removes a single attribute by key from a group.
204 No Content
API key passed in the X-API-Key header.
Group ID
Attribute key
Attribute removed