Destinations
Delete
Delete a destination connector.
Request Body
{
"connector_name": "my-s3-destination"
}
| Field | Type | Description |
|---|---|---|
| connector_name | str | The profile name of the destination to delete. |
Response
- 200: Destination deleted successfully
- Returns:
{ "profile_id": str }
- Returns:
POST
Python
Python
