DELETE /exchange/rates/{id}

Request

  • Headers: Authorization: YOUR_API_KEY
  • Path Parameter:
    • id (string, required): The unique identifier of the rate to delete. Example: 3f27a046-314d-457f-b39b-1ec30561353d

Responses

  1. 204 No Content
    • Indicates that the rate was successfully deleted.
    • No response body.
  2. 404 Not Found
    • Media Type: application/json
    • Returned if the specified id does not exist or is invalid.