Delete a favorite transfer
DELETE/api/v1/transfer-favorites/:id
Deletes a specific favorite transfer configuration by its ID for the authenticated user. This permanently removes the saved transfer details from the user's favorites list.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Favorite transfer deleted successfully.
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error