Delete One Object Storage Private Endpoint for Cloud Backups for One Cloud Provider from One Project
/api/atlas/v2/groups/{groupId}/backup/{cloudProvider}/privateEndpoints/{endpointId} Deletes one private endpoint, identified by its ID, for object storage backup operations.
Parameters
path Path Parameters
| Name | Type |
|---|---|
groupId
required
Unique 24-hexadecimal digit string that identifies your project. Use the /groups endpoint to retrieve all projects to which the authenticated user has access. NOTE: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups. | string |
cloudProvider
required
Human-readable label that identifies the cloud provider of the private endpoint to delete. | "AWS" |
endpointId
required
Unique 24-hexadecimal digit string that identifies the private endpoint to delete. | string |
query Query Parameters
| Name | Type |
|---|---|
pretty Flag that indicates whether the response body should be in the prettyprint format. | boolean |
envelope Flag that indicates whether Application wraps the response in an | boolean |
Responses
This endpoint does not return a response body.
Client Errors
Unauthorized.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Forbidden.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Not Found.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}
Server Errors
Internal Server Error.
badRequestDetail?:
detail?: string;
error: number;
errorCode: string;
parameters?: readonly {}[];
reason?: string;
}