cURL
curl --request DELETE \ --url https://api.example.com/feature-flags/assignments \ --header 'Content-Type: application/json' \ --data ' { "flagKey": "<string>", "subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "data": { "flagKey": "<string>", "subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } }
Delete a subscriber-specific feature flag assignment (Concentro only).
1
Assignment deleted
Show child attributes