Hugging Face · Example Payload

Hugging Face Deleteendpoint Example

Hugging Face Deleteendpoint Example is an example object payload from Hugging Face, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "deleteEndpoint",
  "method": "DELETE",
  "path": "/endpoint/{namespace}/{endpoint_name}",
  "summary": "Delete an Endpoint",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "404",
      "contentType": "application/json",
      "name": "Deleteendpoint404Example",
      "example": {
        "error": "example_value",
        "statusCode": 10
      }
    }
  ]
}