Egress network policies
Delete a project egress network policy
Soft-delete a project-scoped custom egress network policy. Requires project admin role.
Soft-delete a project-scoped custom egress network policy. Requires project admin role.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
org*string
Organization name
project*string
Project name
name*string
Policy name
Response Body
application/problem+json
curl -X DELETE "https://api-dev.tektona.ai/v1/orgs/string/projects/string/egress-network-policies/string"Empty
{ "$schema": "https://api-dev.tektona.ai/schemas/ErrorModel.json", "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}