Salesforce Sales Cloud DELETE request to a custom Apex REST endpoint
Executes the @HttpDelete annotated method on the Apex class mapped to the specified resource path. The record to delete is typically identified by a query parameter or path segment.