# Delete a label from an app. Endpoint: DELETE /v1/apps/{id}/labels Version: v1 Security: x-api-key ## Path parameters: - `id` (string, required) Unique identifier for the app ## Request fields (application/json): - `label` (string, required) The label to delete from the app. Example: "personal-use" ## Response 200 fields (application/json): - `labels` (array, required) The labels associated with the app. Example: ["other-label"] ## Response 400 fields ## Response 404 fields