# Delete Protocol

Delete an existing protocol

Endpoint: DELETE /protocols/{protocolId}
Version: 1.0.2
Security: oauth2ClientCredentials

## Path parameters:

  - `protocolId` (string, required)
    Example: "2vTgd30JFgnwLrgb383PcV9Rken"

## Response 200 fields (application/json):

  - `protocolId` (string)
    ID of the deleted protocol
    Example: "2vTgd30JFgnwLrgb383PcV9Rken"

  - `message` (string)
    Example: "Protocol deleted successfully"

## Response 404 fields (application/json):

  - `detail` (string, required)
    Detailed error message explaining the resource not found
    Example: "The requested resource could not be found"


