DELETE /api/v1/projects/{project_id}/flags/{id}
Requires flags.delete permission. Deletion cascades to all rules attached to the flag.
Path parameters
UUID of the project.
UUID of the flag to delete.
Response
Always
true on success.Errors
| Status | When |
|---|---|
403 | Caller lacks flags.delete permission |
404 | Flag not found |