Remove participant attribute
State
Remove participant attribute
Remove a single attribute by key.
DELETE
Remove participant attribute
Removes a single attribute from a participant by key. The key is passed as a path parameter. This is the only way to delete an attribute entirely. The update attributes endpoint (PATCH) can overwrite values but cannot remove keys. If the key does not exist, the call returns successfully as a no-op. ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content on success.
For usage patterns and examples, see the State Management guide.