Skip to content

DELETE /api/admin/bounce/v1

Note

This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.

Allows the system operator to delete an administrative bounce entry by its id.

Request Body

The request body is required.

The Content-Type header must be set to application/json.

This is an object value, with the following properties:

  • id - required string (uuid).

Examples

{
  "id": "9511a32e-66f8-42aa-b151-ccb176df47d9"
}

Responses

Status 200

Removed the requested bounce id

Status 404

The requested bounce id is no longer, or never was, valid