cloudfoundry/cloud_controller_ng

View on GitHub
docs/v3/source/includes/resources/routes/_remove_destination.md.erb

Summary

Maintainability
Test Coverage
### Remove destination for a route

```
Example Request
```

```shell
curl "https://api.example.org/v3/routes/[guid]/destinations/[destination_guid]" \
  -X DELETE \
  -H "Authorization: bearer [token]"
```

```
Example Response
```

```http
HTTP/1.1 204 No Content
```

Remove a destination from a route.

#### Definition
`DELETE /v3/routes/:guid/destinations/:destination_guid`

#### Permitted roles

 |
--- |
Admin |
Space Developer |
Space Supporter |