Rates
Delete Rates
This endpoint deletes a specified exchange rate by its ID.
Request
-
Headers:
Authorization: Bearer <token>
-
Path Parameter:
id
(string, required): The unique identifier of the rate to delete. Example:3f27a046-314d-457f-b39b-1ec30561353d
Responses
-
204 No Content
-
Indicates that the rate was successfully deleted.
-
No response body.
-
-
404 Not Found
-
Media Type:
application/json
-
Returned if the specified
id
does not exist or is invalid.
-