mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 22:17:25 +00:00
Switch from immediate `projectDelete` to `projectScheduleDelete` which provides a 48-hour grace period before the project is permanently removed. Made-with: Cursor
3 lines
82 B
GraphQL
3 lines
82 B
GraphQL
mutation ProjectScheduleDelete($id: String!) {
|
|
projectScheduleDelete(id: $id)
|
|
}
|